Visual_UI

Visual_UI is new feature of Graphical Installer. It allows to easily create 'Visual Studio Setup' like design of installers without any pictures - by using colors only.

Warning:
Visual_UI installers cannot be generated by Graphical Installer Wizard. See the Visual_UI example for details.

Visual_UI installers share the same principles as regular Graphical Installer powered installers: the <project>.nsi and <project>.graphics.nsh files, standard symbols, etc.

The installer MUST contain both files (also they must be in the same directory). If this or <project>.nsi is missing, the installer will not be skinned properly!

Visual_UI feature use additional symbols (together with some default) in <project>.graphics.nsh file which affects the design of the resulting installer:

Warning:
Use standard Graphical Installer symbols to change other elements in installer.
For text colors use GRAPHICAL_INSTALLER_LABELS_TEXT_COLOR, for headers GRAPHICAL_INSTALLER_HEADER_TEXT_COLOR, for buttons GRAPHICAL_INSTALLER_BUTTONS_TEXT_COLOR_... etc.

Also you can use GRAPHICAL_INSTALLER_BUTTON_BITMAP symbol for custom buttons pictures )otherwise they will be colored with Accent color).

See the <project>.graphics.nsh section for more details.